ff_vecs_t an1_vecs = {
ff_type_file,
{
- (ff_cap) (ff_cap_read | ff_cap_write) /* waypoints */,
+ (ff_cap)(ff_cap_read | ff_cap_write) /* waypoints */,
ff_cap_write /* tracks */,
- (ff_cap) (ff_cap_read | ff_cap_write) /* routes */,
+ (ff_cap)(ff_cap_read | ff_cap_write) /* routes */,
},
rd_init,
wr_init,
ff_vecs_t cetus_vecs = {
ff_type_file,
- { (ff_cap) (ff_cap_write | ff_cap_read), ff_cap_read, ff_cap_none },
+ { (ff_cap)(ff_cap_write | ff_cap_read), ff_cap_read, ff_cap_none },
rd_init,
wr_init,
rd_deinit,
{ wpt_diff, cb_cdata, "/loc/waypoint/difficulty" },
{ wpt_terr, cb_cdata, "/loc/waypoint/terrain" },
{ wpt_container,cb_cdata, "/loc/waypoint/container" },
- { NULL, (xg_cb_type)0, NULL }
+ { NULL, (xg_cb_type)0, NULL }
};
void wpt_s(const char *args, const char **unused)
ff_vecs_t geo_vecs = {
ff_type_file,
- { (ff_cap) (ff_cap_read | ff_cap_write), ff_cap_none, ff_cap_none },
+ { (ff_cap)(ff_cap_read | ff_cap_write), ff_cap_none, ff_cap_none },
geo_rd_init,
geo_wr_init,
geo_rd_deinit,
ff_vecs_t itracku_fvecs = {
ff_type_file,
{
- (ff_cap) (ff_cap_read | ff_cap_write) /* waypoints */,
- (ff_cap) (ff_cap_read | ff_cap_write) /* tracks */,
+ (ff_cap)(ff_cap_read | ff_cap_write) /* waypoints */,
+ (ff_cap)(ff_cap_read | ff_cap_write) /* tracks */,
ff_cap_none /* routes */
},
itracku_rd_init,
{ trk_coord, cb_cdata, "/Placemark/GeometryCollection/LineString/coordinates" },
{ trk_coord, cb_cdata, "/Placemark/Polygon/outerBoundaryIs/LinearRing/coordinates" },
{ trk_coord, cb_cdata, "/Placemark/LineString/coordinates" },
- { NULL, (xg_cb_type) 0, NULL }
+ { NULL, (xg_cb_type) 0, NULL }
};
static